ArcPad Map File Schema
MAPGRID Element
See Also  Send comments on this topic.
ArcPad Map File Schema > ArcPad Element > MAP Element : MAPGRID Element

Glossary Item Box

Description

Used to specify map grid settings in ArcPadPrefs.apx. Also specifies map grid visibility in an ArcMap map file (*.apm).

Diagram

MAPGRID Element

Overview

MAPGRID
Used to specify map grid settings in ArcPadPrefs.apx. Also specifies map grid visibility in an ArcMap map file (*.apm).
visible optional Restriction of xs:string

Attributes

NameTypeUseDefaultFixedDescription
visibleRestriction of xs:stringoptionalfalse  

Examples

Source

<xs:element name="MAPGRID" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute default="false" ref="visible">
      <xs:annotation>
        <xs:documentation>Specifies whether the map grid is displayed.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.